home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / BCBDADG.TOC (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-02-13  |  26KB  |  389 lines

  1. :Base bcbdadg.hlp
  2. 0 Borland C++Builder Database Application Developer's Guide
  3. 1 Introduction
  4. 2 Introduction=Introduction
  5. 2 What's in help?=What's in help?
  6. 2 Software registration and technical support=Software registration and technical support
  7. 1 Using the C++Builder database development model
  8. 2 C++Builder database tools and features=C++Builder database tools and features
  9. 2 What is a C++Builder database application?=What is a C++Builder database application?
  10. 2 Understanding database components=Understanding database components
  11. 2 Building database forms
  12. 3 Building database forms=Building database forms
  13. 3 Making the connections: linking database components=Making the connections: linking database components
  14. 2 Understanding the C++Builder development model
  15. 3 Understanding the C++Builder development model=Understanding the C++Builder development model
  16. 3 Browsing and designing with the SQL and Database Explorers=Browsing and designing with the SQL and Database Explorers
  17. 3 Designing with the Database Desktop=Designing with the Database Desktop
  18. 3 Using data modules to centralize development=Using data modules to centralize development
  19. 3 Using the Data Dictionary=Using the Data Dictionary
  20. 3 Designing a database interface with data-aware controls=Designing a database interface with data-aware controls
  21. 3 Using the Object Repository=Using the Object Repository
  22. 1 Using data modules
  23. 2 Understanding data modules=Understanding data modules
  24. 2 Creating a new data module
  25. 3 Creating a new data module=Creating a new data module
  26. 3 Naming a data module=Naming a data module
  27. 3 Placing and naming components=Placing and naming components
  28. 3 Using component properties and methods in a data module=Using component properties and methods in a data module
  29. 3 Creating business rules in a data module=Creating business rules in a data module
  30. 2 Reusing data modules in the Object Repository
  31. 3 Reusing data modules in the Object Repository=Reusing data modules in the Object Repository
  32. 3 Copying a data module=Copying a data module
  33. 3 Inheriting a data module=Inheriting a data module
  34. 3 Using a data module=Using a data module
  35. 1 Accessing a data module from a form=Accessing a data module from a form
  36. 1 Adding a data module to the Object Repository=Adding a data module to the Object Repository
  37. 1 Connecting to databases
  38. 2 Connecting to databases=Connecting to databases
  39. 2 Using TSession components
  40. 3 Using TSession components=Using TSession components
  41. 3 Using the Active property=Using the Active property
  42. 3 Using the KeepConnections property=Using the KeepConnections property
  43. 3 Using the NetFileDir property=Using the NetFileDir property
  44. 3 Using the PrivateDir property=Using the PrivateDir property
  45. 3 Using the SessionName property=Using the SessionName property
  46. 3 Using the Databases property=Using the Databases property
  47. 3 Using the DatabaseCount property=Using the DatabaseCount property
  48. 3 Using session events=Using session events
  49. 3 Using session methods=Using session methods
  50. 1 Using the default session=Using the default session
  51. 2 Creating additional sessions
  52. 3 Creating additional sessions=Creating additional sessions
  53. 3 Managing multiple sessions=Managing multiple sessions
  54. 2 Using TDatabase components
  55. 3 Using TDatabase components=Using TDatabase components
  56. 3 Using temporary database components=Using temporary database components
  57. 3 Creating database components at design time=Creating database components at design time
  58. 3 Creating database components at runtime=Creating database components at runtime
  59. 3 Using TDatabase properties
  60. 4 Using TDatabase properties=Using TDatabase properties
  61. 4 Using the AliasName, DatabaseName, and DriverName properties=Using the AliasName, DatabaseName, and DriverName properties
  62. 4 Using the KeepConnection and Connected properties=Using the KeepConnection and Connected properties
  63. 4 Using the DataSets and DataSetCount properties=Using the DataSets and DataSetCount properties
  64. 4 Using the LoginPrompt and Params properties=Using the LoginPrompt and Params properties
  65. 4 Using the SessionName and Session properties=Using the SessionName and Session properties
  66. 4 Using the TransIsolation property=Using the TransIsolation property
  67. 4 Using database events=Using database events
  68. 4 Using database methods=Using database methods
  69. 4 Connecting to a remote server=Connecting to a remote server
  70. 1 Interactions between TSession and TDatabase=Interactions between TSession and TDatabase
  71. 1 Using TSession and TDatabase in data modules=Using TSession and TDatabase in data modules
  72. 1 Managing transactions
  73. 2 Managing transactions=Managing transactions
  74. 2 How transactions differ from cached updates=How transactions differ from cached updates
  75. 2 Implicitly controlling transactions=Implicitly controlling transactions
  76. 2 Explicitly controlling transactions
  77. 3 Explicitly controlling transactions=Explicitly controlling transactions
  78. 3 Controlling transactions using a database component
  79. 4 Controlling transactions using a database component=Controlling transactions using a database component
  80. 4 Starting a transaction=Starting a transaction
  81. 4 Committing database changes=Committing database changes
  82. 4 Discarding database changes=Discarding database changes
  83. 4 Specifying how a transaction interacts with other simultaneous transactions=Specifying how a transaction interacts with other simultaneous transactions
  84. 3 Sending an SQL transaction control statement to a remote server
  85. 4 Sending an SQL transaction control statement to a remote server=Sending an SQL transaction control statement to a remote server
  86. 1 Transactions against a local table=Transactions against a local table
  87. 1 Accessing data in databases
  88. 2 Providing common dataset functionality=Providing common dataset functionality
  89. 2 Interacting with the database=Interacting with the database
  90. 2 Surfacing datasets
  91. 3 Surfacing datasets=Surfacing datasets
  92. 3 Accessing all of your data through tables=Accessing all of your data through tables
  93. 3 Accessing a subset of data with queries=Accessing a subset of data with queries
  94. 3 Accessing data through a remote server's stored procedure=Accessing data through a remote server's stored procedure
  95. 1 Placing datasets in data modules=Placing datasets in data modules
  96. 1 Opening and closing datasets=Opening and closing datasets
  97. 2 Determining and setting dataset states
  98. 3 Determining and setting dataset states=Determining and setting dataset states
  99. 3 Understanding the dataset's Inactive state=Understanding the dataset's Inactive state
  100. 3 Understanding the dataset's Browse state=Understanding the dataset's Browse state
  101. 3 Understanding the dataset's Edit state=Understanding the dataset's Edit state
  102. 3 Understanding the dataset's Insert state=Understanding the dataset's Insert state
  103. 3 Understanding the dataset's SetKey state=Understanding the dataset's SetKey state
  104. 3 Understanding the dataset's CalcFields state=Understanding the dataset's CalcFields state
  105. 3 Understanding the dataset's Update states=Understanding the dataset's Update states
  106. 3 Understanding the dataset's Filter state=Understanding the dataset's Filter state
  107. 2 Navigating within datasets
  108. 3 Navigating within datasets=Navigating within datasets
  109. 3 Moving to the first or last record (First, Last)=Moving to the first or last record (First, Last)
  110. 3 Moving to the next or previous record (Next, Prior)=Moving to the next or previous record (Next, Prior)
  111. 3 Moving relative to the current record (MoveBy)=Moving relative to the current record (MoveBy)
  112. 3 Trapping beginning- and end-of-file conditions (Eof, Bof)=Trapping beginning- and end-of-file conditions (Eof, Bof)
  113. 3 Marking and returning to records (bookmarks)=Marking and returning to records (bookmarks)
  114. 2 Filtering datasets
  115. 3 Filtering datasets=Filtering datasets
  116. 3 Turning filters on and off=Turning filters on and off
  117. 3 Fine-tuning the filter=Fine-tuning the filter
  118. 3 Locating records in a filtered dataset=Locating records in a filtered dataset
  119. 3 Filtering datasets with the OnFilterRecord event=Filtering datasets with the OnFilterRecord event
  120. 3 Specifying a filter=Specifying a filter
  121. 2 Searching datasets
  122. 3 Searching datasets=Searching datasets
  123. 3 Moving the cursor to the located record (Locate)=Moving the cursor to the located record (Locate